home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / man / cat.1 / pgmtolispm.1 < prev    next >
Text File  |  1995-07-25  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4.      ppppggggmmmmttttoooolllliiiissssppppmmmm((((1111))))    XXXXEEEENNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV ((((00006666 MMMMaaaarrrrcccchhhh 1111999999990000))))     ppppggggmmmmttttoooolllliiiissssppppmmmm((((1111))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.           pgmtolispm - convert a portable graymap into Lisp Machine
  10.           format
  11.  
  12.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  13.           ppppggggmmmmttttoooolllliiiissssppppmmmm [_p_g_m_f_i_l_e]
  14.  
  15.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  16.           Reads a portable graymap as input.  Produces a Lisp Machine
  17.           bitmap as output.
  18.  
  19.           This is the file format read by the tv:read-bit-array-file
  20.           function on TI Explorer and Symbolics lisp machines.
  21.  
  22.           Given a pgm (instead of a pbm) a multi-plane image will be
  23.           output.  This is probably not useful unless you have a color
  24.           lisp machine.
  25.  
  26.           Multi-plane bitmaps on lisp machines are color; but the
  27.           lispm image file format does not include a color map, so we
  28.           must treat it as a graymap instead.  This is unfortunate.
  29.  
  30.      SSSSEEEEEEEE AAAALLLLSSSSOOOO
  31.           lispmtopgm(1), pgm(5)
  32.  
  33.      BBBBUUUUGGGGSSSS
  34.           Output width is always rounded up to the nearest multiple of
  35.           32; this might not always be what you want, but it probably
  36.           is (arrays which are not modulo 32 cannot be passed to the
  37.           Lispm BITBLT function, and thus cannot easily be displayed
  38.           on the screen).
  39.  
  40.           No color.
  41.  
  42.      AAAAUUUUTTTTHHHHOOOORRRR
  43.           Copyright (C) 1991 by Jamie Zawinski and Jef Poskanzer.
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                                           (printed 9/7/93)
  64.  
  65.  
  66.  
  67.